object TextErrorF: TTextErrorF Left = 201 Top = 130 ActiveControl = BitBtn1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Convert file' ClientHeight = 114 ClientWidth = 308 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Visible = True OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 0 Top = 0 Width = 308 Height = 73 Align = alClient Color = 8454143 Lines.Strings = ( 'To import this file try this:' '1. Start your word processor by pressing the "OK'#39' button below.' '2. Select all text (typicaly Ctrl-A.)' '3. Copy the text to the clipboard (Ctrl-C.)' '4. Exit your word processor (Alt-F4.)' '') ReadOnly = True TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 73 Width = 308 Height = 41 Align = alBottom TabOrder = 1 object BitBtn1: TBitBtn Left = 8 Top = 8 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 88 Top = 8 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = BitBtn2Click Kind = bkCancel end end end